Events
The Events
class provides a collection of Event
objects indexed by an integer key, extending the functionality of BaseIndexer
.
Properties
Name | Description |
---|---|
this[TKey key] | Gets or sets the value associated with the specified key in the dictionary. |
Constructors
Name | Description |
---|---|
BaseIndexer(dictionaryName, dictionary) | Initializes a new instance of the BaseIndexer<TKey, TValue> class with a specified dictionary name and dictionary. |
Events(dictionary) | Initializes a new instance of the Events class with a specified dictionary of events. |
Generic Types
Name | Description |
---|---|
TValue | Value type of the dictionary. |
TKey | Key type of the dictionary. |